By using the configured table mappings of OnGetMappings, this inversion control method automatically produces an SQL SELECT command that handles the request to configure an all entity read command from the underlying relational data store.

Name Description
OnConfigureSelectCommand(TDataCommand) By using the configured table mappings of OnGetMappings, this inversion control method automatically produces an SQL SELECT command that handles the request to configure an all entity read command from the underlying relational data store.
OnConfigureSelectCommand(TDataCommand, OrderBy) By using the configured table mappings of OnGetMappings, this inversion control method automatically produces an SQL SELECT command that handles the request to configure an all entity read command from the underlying relational data store.

Read entities are sorted according to the OrderBy criteria.
OnConfigureSelectCommand(TDataCommand, Where) By using the configured table mappings of OnGetMappings, this inversion control method automatically produces an SQL SELECT command that handles the request to configure a read command for all entities in compliance with the Where filter from the underlying relational data store.
OnConfigureSelectCommand(TDataCommand, Where, OrderBy) By using the configured table mappings of OnGetMappings, this inversion control method automatically produces an SQL SELECT command that handles the request to configure a read command for all entities in compliance with the Where filter from the underlying relational data store.

Read entities are sorted according to the OrderBy criteria.
OnConfigureSelectCommand(TDataCommand, OrderBy, Paging) Handles the request to configure select data command suitable for the underlying relational data store. (inherited from DiamantDao<TEntity, TDataContext, TDataCommand, TDataReader>).
OnConfigureSelectCommand(TDataCommand, Where, OrderBy, Paging) Handles the request to configure a select data command suitable for the underlying relational data store. (inherited from DiamantDao<TEntity, TDataContext, TDataCommand, TDataReader>).